home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / cqa.zip / SHARVIO.BCP < prev    next >
Text File  |  1991-04-01  |  476b  |  9 lines

  1. QUESTION:  I am trying to generate a Windows application and consistantly
  2.            get a sharing violation at link time followed by
  3.            "R(etry), I(gnore), F(ail) or A(bort)".  What am I doing wrong?
  4.  
  5. ANSWER:    This situation can occur if you are currently running an
  6.            instance of the application you are attempting to link.  Make
  7.            sure there are no instances of the program running before
  8.            attempting to link a new executable.
  9.